home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Mac / Lib / lib-toolbox / Lists.py < prev    next >
Encoding:
Text File  |  2000-06-23  |  682 b   |  30 lines

  1. # Generated from 'flap:Metrowerks:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Lists.h'
  2.  
  3. def FOUR_CHAR_CODE(x): return x
  4. listNotifyNothing = FOUR_CHAR_CODE('nada')
  5. listNotifyClick = FOUR_CHAR_CODE('clik')
  6. listNotifyDoubleClick = FOUR_CHAR_CODE('dblc')
  7. listNotifyPreClick = FOUR_CHAR_CODE('pclk')
  8. lDoVAutoscrollBit = 1
  9. lDoHAutoscrollBit = 0
  10. lDoVAutoscroll = 2
  11. lDoHAutoscroll = 1
  12. lOnlyOneBit = 7
  13. lExtendDragBit = 6
  14. lNoDisjointBit = 5
  15. lNoExtendBit = 4
  16. lNoRectBit = 3
  17. lUseSenseBit = 2
  18. lNoNilHiliteBit = 1
  19. lOnlyOne = -128
  20. lExtendDrag = 64
  21. lNoDisjoint = 32
  22. lNoExtend = 16
  23. lNoRect = 8
  24. lUseSense = 4
  25. lNoNilHilite = 2
  26. lInitMsg = 0
  27. lDrawMsg = 1
  28. lHiliteMsg = 2
  29. lCloseMsg = 3
  30.